home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / match_up.swf / scripts / DefineButton2_132 / BUTTONCONDACTION on(release).as
Text File  |  2012-04-23  |  144b  |  11 lines

  1. on(release){
  2.    zuege_txt = "0";
  3.    karten_txt = "16";
  4.    timedif = "0";
  5.    play();
  6.    tellTarget("/timer")
  7.    {
  8.       play();
  9.    }
  10. }
  11.